home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Apple Scanner / background_6653.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  98 lines

  1. -- background: 6653 from stack: in
  2. -- bmap block id: 6750
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8. end openStack
  9.  
  10.  
  11. hide message box
  12. hide menuBar
  13.  
  14.  
  15.  
  16.  
  17. -- part 10 (button)
  18. -- low flags: 00
  19. -- high flags: A004
  20. -- rect: left=119 top=317 right=338 bottom=222
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Installation
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect zoom open
  32.   go to stack "Installation"
  33. end mouseUp
  34.  
  35.  
  36.  
  37.  
  38. -- part 11 (button)
  39. -- low flags: 00
  40. -- high flags: 8004
  41. -- rect: left=263 top=317 right=338 bottom=366
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: Using
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   visual effect zoom open
  53.   go to stack "Using"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 12 (button)
  59. -- low flags: 00
  60. -- high flags: 8004
  61. -- rect: left=376 top=317 right=338 bottom=494
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: Troubleshooting
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   visual effect zoom open
  73.   go to stack "Troubleshooting"
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 15 (button)
  79. -- low flags: 00
  80. -- high flags: A004
  81. -- rect: left=7 top=317 right=338 bottom=110
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Set-Up
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   show card field "Target"
  93.   put empty into card field "Target"
  94.   put card field "Set-Up" into card field "Target"
  95. end  mouseUp
  96.  
  97.  
  98.